home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / RealTime Graphics ActiveX / DATA.3 / Examples / CPP / Meters / Meters.rc < prev    next >
Encoding:
Text File  |  1997-10-16  |  18.1 KB  |  502 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\Meters.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#include ""afxprint.rc""       // printing/print preview resources\r\n"
  56.     "#endif\0"
  57. END
  58.  
  59. #endif    // APSTUDIO_INVOKED
  60.  
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Icon
  65. //
  66.  
  67. // Icon with lowest ID value placed first to ensure application icon
  68. // remains consistent on all systems.
  69. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\Meters.ico"
  70. IDR_METERSTYPE          ICON    DISCARDABLE     "res\\MetersDoc.ico"
  71.  
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Bitmap
  75. //
  76.  
  77. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\\Toolbar.bmp"
  78.  
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // Toolbar
  82. //
  83.  
  84. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  85. BEGIN
  86.     BUTTON      ID_FILE_NEW
  87.     BUTTON      ID_FILE_OPEN
  88.     BUTTON      ID_FILE_SAVE
  89.     SEPARATOR
  90.     BUTTON      ID_EDIT_CUT
  91.     BUTTON      ID_EDIT_COPY
  92.     BUTTON      ID_EDIT_PASTE
  93.     SEPARATOR
  94.     BUTTON      ID_FILE_PRINT
  95.     BUTTON      ID_APP_ABOUT
  96. END
  97.  
  98.  
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // Menu
  102. //
  103.  
  104. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  105. BEGIN
  106.     POPUP "&File"
  107.     BEGIN
  108.         MENUITEM "&New\tCtrl+N",                ID_FILE_NEW
  109.         MENUITEM "&Open...\tCtrl+O",            ID_FILE_OPEN
  110.         MENUITEM "&Save\tCtrl+S",               ID_FILE_SAVE
  111.         MENUITEM "Save &As...",                 ID_FILE_SAVE_AS
  112.         MENUITEM SEPARATOR
  113.         MENUITEM "&Print...\tCtrl+P",           ID_FILE_PRINT
  114.         MENUITEM "Print Pre&view",              ID_FILE_PRINT_PREVIEW
  115.         MENUITEM "P&rint Setup...",             ID_FILE_PRINT_SETUP
  116.         MENUITEM SEPARATOR
  117.         MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  118.         MENUITEM SEPARATOR
  119.         MENUITEM "E&xit",                       ID_APP_EXIT
  120.     END
  121.     POPUP "&Edit"
  122.     BEGIN
  123.         MENUITEM "&Undo\tCtrl+Z",               ID_EDIT_UNDO
  124.         MENUITEM SEPARATOR
  125.         MENUITEM "Cu&t\tCtrl+X",                ID_EDIT_CUT
  126.         MENUITEM "&Copy\tCtrl+C",               ID_EDIT_COPY
  127.         MENUITEM "&Paste\tCtrl+V",              ID_EDIT_PASTE
  128.     END
  129.     POPUP "&View"
  130.     BEGIN
  131.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  132.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  133.     END
  134.     POPUP "&Help"
  135.     BEGIN
  136.         MENUITEM "&About Meters...",            ID_APP_ABOUT
  137.     END
  138. END
  139.  
  140.  
  141. /////////////////////////////////////////////////////////////////////////////
  142. //
  143. // Accelerator
  144. //
  145.  
  146. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  147. BEGIN
  148.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  149.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  150.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  151.     "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL
  152.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  153.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  154.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  155.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  156.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  157.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  158.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  159.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  160.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  161.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  162. END
  163.  
  164.  
  165. /////////////////////////////////////////////////////////////////////////////
  166. //
  167. // Dialog
  168. //
  169.  
  170. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  171. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  172. CAPTION "About Meters"
  173. FONT 8, "MS Sans Serif"
  174. BEGIN
  175.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  176.     LTEXT           "Meters Version 1.0",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  177.     LTEXT           "Copyright (C) 1997",IDC_STATIC,40,25,119,8
  178.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  179. END
  180.  
  181. IDD_METERS_FORM DIALOG DISCARDABLE  0, 0, 366, 186
  182. STYLE WS_CHILD
  183. FONT 8, "MS Sans Serif"
  184. BEGIN
  185.     CONTROL         "",IDC_RTMETERXCTRL1,
  186.                     "{01BA6E86-DC1A-11D0-A956-00C0F6A06F60}",WS_TABSTOP,6,18,
  187.                     125,107
  188.     CONTROL         "",IDC_RTMETERXCTRL2,
  189.                     "{01BA6E86-DC1A-11D0-A956-00C0F6A06F60}",WS_TABSTOP,258,
  190.                     18,93,138
  191.     CONTROL         "",IDC_RTMETERXCTRL3,
  192.                     "{01BA6E86-DC1A-11D0-A956-00C0F6A06F60}",WS_TABSTOP,138,
  193.                     66,107,116
  194. END
  195.  
  196.  
  197. #ifndef _MAC
  198. /////////////////////////////////////////////////////////////////////////////
  199. //
  200. // Version
  201. //
  202.  
  203. VS_VERSION_INFO VERSIONINFO
  204.  FILEVERSION 1,0,0,1
  205.  PRODUCTVERSION 1,0,0,1
  206.  FILEFLAGSMASK 0x3fL
  207. #ifdef _DEBUG
  208.  FILEFLAGS 0x1L
  209. #else
  210.  FILEFLAGS 0x0L
  211. #endif
  212.  FILEOS 0x4L
  213.  FILETYPE 0x1L
  214.  FILESUBTYPE 0x0L
  215. BEGIN
  216.     BLOCK "StringFileInfo"
  217.     BEGIN
  218.         BLOCK "040904B0"
  219.         BEGIN
  220.             VALUE "CompanyName", "\0"
  221.             VALUE "FileDescription", "Meters MFC Application\0"
  222.             VALUE "FileVersion", "1, 0, 0, 1\0"
  223.             VALUE "InternalName", "Meters\0"
  224.             VALUE "LegalCopyright", "Copyright (C) 1997\0"
  225.             VALUE "LegalTrademarks", "\0"
  226.             VALUE "OriginalFilename", "Meters.EXE\0"
  227.             VALUE "ProductName", "Meters Application\0"
  228.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  229.         END
  230.     END
  231.     BLOCK "VarFileInfo"
  232.     BEGIN
  233.         VALUE "Translation", 0x409, 1200
  234.     END
  235. END
  236.  
  237. #endif    // !_MAC
  238.  
  239.  
  240. /////////////////////////////////////////////////////////////////////////////
  241. //
  242. // DESIGNINFO
  243. //
  244.  
  245. #ifdef APSTUDIO_INVOKED
  246. GUIDELINES DESIGNINFO DISCARDABLE 
  247. BEGIN
  248.     IDD_ABOUTBOX, DIALOG
  249.     BEGIN
  250.         LEFTMARGIN, 7
  251.         RIGHTMARGIN, 210
  252.         TOPMARGIN, 7
  253.         BOTTOMMARGIN, 48
  254.     END
  255.  
  256.     IDD_METERS_FORM, DIALOG
  257.     BEGIN
  258.         LEFTMARGIN, 7
  259.         RIGHTMARGIN, 359
  260.         TOPMARGIN, 7
  261.         BOTTOMMARGIN, 179
  262.     END
  263. END
  264. #endif    // APSTUDIO_INVOKED
  265.  
  266.  
  267. /////////////////////////////////////////////////////////////////////////////
  268. //
  269. // Dialog Info
  270. //
  271.  
  272. IDD_METERS_FORM DLGINIT
  273. BEGIN
  274.     IDC_RTMETERXCTRL1, 0x376, 432, 0
  275. 0x0000, 0x0000, 0x0000, 0x0001, 0x14ac, 0x0000, 0x11b2, 0x0000, 0x0000, 
  276. 0x0000, 0xffff, 0x00ff, 0x0000, 0x0000, 0xc0c0, 0x00c0, 0x0000, 0x0000, 
  277. 0x0001, 0x0000, 0x0000, 0x0000, 0x0001, 0x0000, 0x0000, 0x0000, 0x999a, 
  278. 0x9999, 0x9999, 0x3fe9, 0x999a, 0x9999, 0x9999, 0x3fe9, 0x0000, 0x0000, 
  279. 0x0005, 0x0000, 0x0101, 0x0000, 0x0000, 0x0000, 0x3fe0, 0x0000, 0x0000, 
  280. 0x0000, 0x3fe0, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000, 0x3fe0, 0x0001, 
  281. 0x0000, 0x0000, 0x0000, 0x00b4, 0x0000, 0x0000, 0x00ff, 0x00ff, 0x0000, 
  282. 0xff00, 0x0000, 0x9a01, 0x9999, 0x9999, 0xb999, 0x003f, 0x0000, 0x0000, 
  283. 0x2200, 0x0040, 0x0000, 0x0000, 0x2400, 0x0040, 0x0000, 0x0000, 0x0000, 
  284. 0x0000, 0x0000, 0x0000, 0xf000, 0x003f, 0x0000, 0x0000, 0x0000, 0x0000, 
  285. 0x0000, 0x0800, 0x0000, 0x0000, 0x0000, 0x0500, 0x7241, 0x6169, 0x006c, 
  286. 0x0000, 0x0000, 0x0100, 0x0000, 0x9a00, 0x9999, 0x9999, 0xb999, 0x003f, 
  287. 0x0000, 0x0000, 0x0000, 0x0300, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 
  288. 0x0000, 0x0000, 0x0000, 0x2400, 0x0040, 0x0000, 0x0000, 0x0000, 0x0000, 
  289. 0x0000, 0x9a40, 0x9999, 0x9999, 0xb999, 0x003f, 0x0000, 0x0000, 0x0000, 
  290. 0xf000, 0x163f, 0x0000, 0x0300, 0x0500, 0x654d, 0x6574, 0x0072, 0x510c, 
  291. 0x6975, 0x6e6e, 0x432d, 0x7275, 0x6974, 0x1473, 0x0000, 0x0300, 0x0500, 
  292. 0x7241, 0x6169, 0x056c, 0x7241, 0x6169, 0x056c, 0x7241, 0x6169, 0x0e6c, 
  293. 0x0000, 0x0300, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0e00, 
  294. 0x0000, 0x0300, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0e00, 
  295. 0x0000, 0x0300, 0x0800, 0x0000, 0x0600, 0x0000, 0x0400, 0x0000, 0x0e00, 
  296. 0x0000, 0x0300, 0x0400, 0x0000, 0x0400, 0x0000, 0x0400, 0x0000, 0x1600, 
  297. 0x0000, 0x0500, 0x0000, 0x8000, 0x0000, 0x0080, 0x8000, 0x0000, 0xff00, 
  298. 0x00ff, 0x0000, 0x8080, 0x0700, 0x0000, 0x0500, 0x0000, 0x0000, 0x0000, 
  299.  
  300.     IDC_RTMETERXCTRL2, 0x376, 432, 0
  301. 0x0000, 0x0000, 0x0000, 0x0001, 0x0f61, 0x0000, 0x16d2, 0x0000, 0x0000, 
  302. 0x0000, 0xffff, 0x00ff, 0x0000, 0x0000, 0xc0c0, 0x00c0, 0x0000, 0x0000, 
  303. 0x0001, 0x0000, 0x0000, 0x0000, 0x0001, 0x0000, 0x0000, 0x0000, 0x999a, 
  304. 0x9999, 0x9999, 0x3fe9, 0x999a, 0x9999, 0x9999, 0x3fe9, 0x0000, 0x0000, 
  305. 0x0005, 0x0000, 0x0101, 0x0000, 0x0000, 0x0000, 0x3fe0, 0x0000, 0x0000, 
  306. 0x0000, 0x3fe0, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000, 0x3fe0, 0x0001, 
  307. 0x0000, 0x0000, 0x0000, 0x00b4, 0x0000, 0x0000, 0x00ff, 0x00ff, 0x0000, 
  308. 0xff00, 0x0000, 0x9a01, 0x9999, 0x9999, 0xb999, 0x003f, 0x0000, 0x0000, 
  309. 0x2200, 0x0040, 0x0000, 0x0000, 0x2400, 0x0040, 0x0000, 0x0000, 0x0000, 
  310. 0x0000, 0x0000, 0x0000, 0xf000, 0x003f, 0x0000, 0x0000, 0x0000, 0x0000, 
  311. 0x0000, 0x0800, 0x0000, 0x0000, 0x0000, 0x0500, 0x7241, 0x6169, 0x006c, 
  312. 0x0000, 0x0000, 0x0100, 0x0000, 0x9a00, 0x9999, 0x9999, 0xb999, 0x003f, 
  313. 0x0000, 0x0000, 0x0000, 0x0300, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 
  314. 0x0000, 0x0000, 0x0000, 0x2400, 0x0040, 0x0000, 0x0000, 0x0000, 0x0000, 
  315. 0x0000, 0x9a40, 0x9999, 0x9999, 0xb999, 0x003f, 0x0000, 0x0000, 0x0000, 
  316. 0xf000, 0x163f, 0x0000, 0x0300, 0x0500, 0x654d, 0x6574, 0x0072, 0x510c, 
  317. 0x6975, 0x6e6e, 0x432d, 0x7275, 0x6974, 0x1473, 0x0000, 0x0300, 0x0500, 
  318. 0x7241, 0x6169, 0x056c, 0x7241, 0x6169, 0x056c, 0x7241, 0x6169, 0x0e6c, 
  319. 0x0000, 0x0300, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0e00, 
  320. 0x0000, 0x0300, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0e00, 
  321. 0x0000, 0x0300, 0x0800, 0x0000, 0x0600, 0x0000, 0x0400, 0x0000, 0x0e00, 
  322. 0x0000, 0x0300, 0x0400, 0x0000, 0x0400, 0x0000, 0x0400, 0x0000, 0x1600, 
  323. 0x0000, 0x0500, 0x0000, 0x8000, 0x0000, 0x0080, 0x8000, 0x0000, 0xff00, 
  324. 0x00ff, 0x0000, 0x8080, 0x0700, 0x0000, 0x0500, 0x0000, 0x0000, 0x0000, 
  325.  
  326.     IDC_RTMETERXCTRL3, 0x376, 432, 0
  327. 0x0000, 0x0000, 0x0000, 0x0001, 0x11b2, 0x0000, 0x132f, 0x0000, 0x0000, 
  328. 0x0000, 0xffff, 0x00ff, 0x0000, 0x0000, 0xc0c0, 0x00c0, 0x0000, 0x0000, 
  329. 0x0001, 0x0000, 0x0000, 0x0000, 0x0001, 0x0000, 0x0000, 0x0000, 0x999a, 
  330. 0x9999, 0x9999, 0x3fe9, 0x999a, 0x9999, 0x9999, 0x3fe9, 0x0000, 0x0000, 
  331. 0x0005, 0x0000, 0x0101, 0x0000, 0x0000, 0x0000, 0x3fe0, 0x0000, 0x0000, 
  332. 0x0000, 0x3fe0, 0x0001, 0x0000, 0x0000, 0x0000, 0x0000, 0x3fe0, 0x0001, 
  333. 0x0000, 0x0000, 0x0000, 0x00b4, 0x0000, 0x0000, 0x00ff, 0x00ff, 0x0000, 
  334. 0xff00, 0x0000, 0x9a01, 0x9999, 0x9999, 0xb999, 0x003f, 0x0000, 0x0000, 
  335. 0x2200, 0x0040, 0x0000, 0x0000, 0x2400, 0x0040, 0x0000, 0x0000, 0x0000, 
  336. 0x0000, 0x0000, 0x0000, 0xf000, 0x003f, 0x0000, 0x0000, 0x0000, 0x0000, 
  337. 0x0000, 0x0800, 0x0000, 0x0000, 0x0000, 0x0500, 0x7241, 0x6169, 0x006c, 
  338. 0x0000, 0x0000, 0x0100, 0x0000, 0x9a00, 0x9999, 0x9999, 0xb999, 0x003f, 
  339. 0x0000, 0x0000, 0x0000, 0x0300, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 
  340. 0x0000, 0x0000, 0x0000, 0x2400, 0x0040, 0x0000, 0x0000, 0x0000, 0x0000, 
  341. 0x0000, 0x9a40, 0x9999, 0x9999, 0xb999, 0x003f, 0x0000, 0x0000, 0x0000, 
  342. 0xf000, 0x163f, 0x0000, 0x0300, 0x0500, 0x654d, 0x6574, 0x0072, 0x510c, 
  343. 0x6975, 0x6e6e, 0x432d, 0x7275, 0x6974, 0x1473, 0x0000, 0x0300, 0x0500, 
  344. 0x7241, 0x6169, 0x056c, 0x7241, 0x6169, 0x056c, 0x7241, 0x6169, 0x0e6c, 
  345. 0x0000, 0x0300, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0e00, 
  346. 0x0000, 0x0300, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0e00, 
  347. 0x0000, 0x0300, 0x0800, 0x0000, 0x0600, 0x0000, 0x0400, 0x0000, 0x0e00, 
  348. 0x0000, 0x0300, 0x0400, 0x0000, 0x0400, 0x0000, 0x0400, 0x0000, 0x1600, 
  349. 0x0000, 0x0500, 0x0000, 0x8000, 0x0000, 0x0080, 0x8000, 0x0000, 0xff00, 
  350. 0x00ff, 0x0000, 0x8080, 0x0700, 0x0000, 0x0500, 0x0000, 0x0000, 0x0000, 
  351.  
  352.     0
  353. END
  354.  
  355.  
  356. /////////////////////////////////////////////////////////////////////////////
  357. //
  358. // String Table
  359. //
  360.  
  361. STRINGTABLE PRELOAD DISCARDABLE 
  362. BEGIN
  363.     IDR_MAINFRAME           "Meters\n\nMeters\n\n\nMeters.Document\nMeters Document"
  364. END
  365.  
  366. STRINGTABLE PRELOAD DISCARDABLE 
  367. BEGIN
  368.     AFX_IDS_APP_TITLE       "Meters"
  369.     AFX_IDS_IDLEMESSAGE     "Ready"
  370. END
  371.  
  372. STRINGTABLE DISCARDABLE 
  373. BEGIN
  374.     ID_INDICATOR_EXT        "EXT"
  375.     ID_INDICATOR_CAPS       "CAP"
  376.     ID_INDICATOR_NUM        "NUM"
  377.     ID_INDICATOR_SCRL       "SCRL"
  378.     ID_INDICATOR_OVR        "OVR"
  379.     ID_INDICATOR_REC        "REC"
  380. END
  381.  
  382. STRINGTABLE DISCARDABLE 
  383. BEGIN
  384.     ID_FILE_NEW             "Create a new document\nNew"
  385.     ID_FILE_OPEN            "Open an existing document\nOpen"
  386.     ID_FILE_CLOSE           "Close the active document\nClose"
  387.     ID_FILE_SAVE            "Save the active document\nSave"
  388.     ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
  389.     ID_FILE_PAGE_SETUP      "Change the printing options\nPage Setup"
  390.     ID_FILE_PRINT_SETUP     "Change the printer and printing options\nPrint Setup"
  391.     ID_FILE_PRINT           "Print the active document\nPrint"
  392.     ID_FILE_PRINT_PREVIEW   "Display full pages\nPrint Preview"
  393. END
  394.  
  395. STRINGTABLE DISCARDABLE 
  396. BEGIN
  397.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  398.     ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
  399. END
  400.  
  401. STRINGTABLE DISCARDABLE 
  402. BEGIN
  403.     ID_FILE_MRU_FILE1       "Open this document"
  404.     ID_FILE_MRU_FILE2       "Open this document"
  405.     ID_FILE_MRU_FILE3       "Open this document"
  406.     ID_FILE_MRU_FILE4       "Open this document"
  407.     ID_FILE_MRU_FILE5       "Open this document"
  408.     ID_FILE_MRU_FILE6       "Open this document"
  409.     ID_FILE_MRU_FILE7       "Open this document"
  410.     ID_FILE_MRU_FILE8       "Open this document"
  411.     ID_FILE_MRU_FILE9       "Open this document"
  412.     ID_FILE_MRU_FILE10      "Open this document"
  413.     ID_FILE_MRU_FILE11      "Open this document"
  414.     ID_FILE_MRU_FILE12      "Open this document"
  415.     ID_FILE_MRU_FILE13      "Open this document"
  416.     ID_FILE_MRU_FILE14      "Open this document"
  417.     ID_FILE_MRU_FILE15      "Open this document"
  418.     ID_FILE_MRU_FILE16      "Open this document"
  419. END
  420.  
  421. STRINGTABLE DISCARDABLE 
  422. BEGIN
  423.     ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
  424.     ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
  425. END
  426.  
  427. STRINGTABLE DISCARDABLE 
  428. BEGIN
  429.     ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
  430. END
  431.  
  432. STRINGTABLE DISCARDABLE 
  433. BEGIN
  434.     ID_EDIT_CLEAR           "Erase the selection\nErase"
  435.     ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
  436.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
  437.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
  438.     ID_EDIT_FIND            "Find the specified text\nFind"
  439.     ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
  440.     ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
  441.     ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
  442.     ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
  443.     ID_EDIT_UNDO            "Undo the last action\nUndo"
  444.     ID_EDIT_REDO            "Redo the previously undone action\nRedo"
  445. END
  446.  
  447. STRINGTABLE DISCARDABLE 
  448. BEGIN
  449.     ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
  450.     ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
  451. END
  452.  
  453. STRINGTABLE DISCARDABLE 
  454. BEGIN
  455.     AFX_IDS_SCSIZE          "Change the window size"
  456.     AFX_IDS_SCMOVE          "Change the window position"
  457.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  458.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  459.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  460.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  461.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  462. END
  463.  
  464. STRINGTABLE DISCARDABLE 
  465. BEGIN
  466.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  467.     AFX_IDS_SCTASKLIST      "Activate Task List"
  468. END
  469.  
  470. STRINGTABLE DISCARDABLE 
  471. BEGIN
  472.     AFX_IDS_PREVIEW_CLOSE   "Close print preview mode\nCancel Preview"
  473. END
  474.  
  475. #endif    // English (U.S.) resources
  476. /////////////////////////////////////////////////////////////////////////////
  477.  
  478.  
  479.  
  480. #ifndef APSTUDIO_INVOKED
  481. /////////////////////////////////////////////////////////////////////////////
  482. //
  483. // Generated from the TEXTINCLUDE 3 resource.
  484. //
  485. #define _AFX_NO_SPLITTER_RESOURCES
  486. #define _AFX_NO_OLE_RESOURCES
  487. #define _AFX_NO_TRACKER_RESOURCES
  488. #define _AFX_NO_PROPERTY_RESOURCES
  489.  
  490. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  491. #ifdef _WIN32
  492. LANGUAGE 9, 1
  493. #pragma code_page(1252)
  494. #endif
  495. #include "res\Meters.rc2"  // non-Microsoft Visual C++ edited resources
  496. #include "afxres.rc"         // Standard components
  497. #include "afxprint.rc"       // printing/print preview resources
  498. #endif
  499. /////////////////////////////////////////////////////////////////////////////
  500. #endif    // not APSTUDIO_INVOKED
  501.  
  502.